From: Juanma Barranquero Date: Mon, 26 Oct 2009 16:20:44 +0000 (+0000) Subject: * minibuf.c (Fall_completions): Fix typos in docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~9728 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=01c0819915856e30c17a05e4eab9222566a83118;p=emacs.git * minibuf.c (Fall_completions): Fix typos in docstring. --- diff --git a/src/ChangeLog b/src/ChangeLog index 821a5e7a116..864cbc5a5c9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,6 @@ 2009-10-26 Juanma Barranquero - * minibuf.c (Fall_completions): Fix typo in docstring. + * minibuf.c (Fall_completions): Fix typos in docstring. 2009-10-26 Andreas Schwab diff --git a/src/minibuf.c b/src/minibuf.c index 06e2fc5e912..5cf89f286a1 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1561,7 +1561,7 @@ predicate is called with two arguments: the key and the value. Additionally to this predicate, `completion-regexp-list' is used to further constrain the set of candidates. -An osbolete optional fourth argument HIDE-SPACES is still accepted for +An obsolete optional fourth argument HIDE-SPACES is still accepted for backward compatibility. If non-nil, strings in COLLECTION that start with a space are ignored unless STRING itself starts with a space. */) (string, collection, predicate, hide_spaces)